home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000355_simon@lia.di.epfl.ch_Wed Mar 9 12:08:57 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  971b

  1. Received: from liasun6.epfl.ch by cs.umb.edu with SMTP id AA11956
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Wed, 9 Mar 1994 12:08:57 -0500
  3. Received: by liasun6.epfl.ch (Smail3.1.28.1 #51)
  4.     id m0peRVI-0002PfC; Wed, 9 Mar 94 17:53 MET
  5. Message-Id: <m0peRVI-0002PfC@liasun6.epfl.ch>
  6. Date: Wed, 9 Mar 94 17:53 MET
  7. From: simon@lia.di.epfl.ch (Simon Leinen)
  8. To: tex-k@cs.umb.edu
  9. Subject: dviljk-1.0: malloc() return type problem on IRIX 5.2
  10.  
  11. On IRIX 5.2 alpha I had to remove the malloc() declaration in
  12. dviljk/dvi2xx.c, because <stdlib.h> defines malloc() as returning
  13. void*.  Since portable declarations for malloc() and friends are
  14. already included through <kpathsea/config.h>, I think this is a rather
  15. safe change.
  16. -- 
  17. Simon.
  18.  
  19. *** dviljk/dvi2xx.c    1994/03/09 16:48:48    1.1
  20. --- dviljk/dvi2xx.c    1994/03/09 16:49:49
  21. ***************
  22. *** 293,297 ****
  23.   int     intdos();
  24.   #else
  25. - char   *malloc();
  26.   char   *getenv();
  27.   int    atoi();
  28. --- 293,296 ----